home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Utilities / Explorer / Extras / mountlist < prev   
Text File  |  1998-05-07  |  2KB  |  96 lines

  1. /* Mountlist example:
  2.  
  3.    The CD must have an directory with the name SYS,
  4.    you must copy this script to the CD:sys directory
  5.    if you want to use AmigaGuide Scripts made with 
  6.    the Explorer (CD AGuide). You should also copy
  7.    the packers which you need to this directory 
  8.    (f.e. LHA,LZX etc). If not you must change the 
  9.    AmigaGuide script for the unpacking routine.
  10.    You also must change the mountlist if your files
  11.    using DMS. 
  12.    Example: 
  13.    >Device = fmsdisk.device< to >Device = CD0:fmsdisk.device<
  14.       
  15.  
  16. */
  17.                         
  18. FF0: Device = fmsdisk.device
  19.      Unit = 0
  20.      Flags = 1
  21.      Surfaces = 2
  22.      BlocksPerTrack = 11
  23.      Reserved = 2
  24.      Interleave = 0
  25.      LowCyl = 0
  26.      HighCyl = 79
  27.      Bufmemtype = 0
  28. #
  29. FF1: Device = fmsdisk.device
  30.      Unit = 1
  31.      Flags = 1
  32.      Surfaces = 2
  33.      BlocksPerTrack = 11
  34.      Reserved = 2
  35.      Interleave = 0
  36.      LowCyl = 0
  37.      HighCyl = 79
  38.      Bufmemtype = 0
  39. #
  40. FF2: Device = fmsdisk.device
  41.      Unit = 2
  42.      Flags = 1
  43.      Surfaces = 2
  44.      BlocksPerTrack = 11
  45.      Reserved = 2
  46.      Interleave = 0
  47.      LowCyl = 0
  48.      HighCyl = 79
  49.      Bufmemtype = 0
  50. #
  51. FF3: Device = fmsdisk.device
  52.      Unit = 3
  53.      Flags = 1
  54.      Surfaces = 2
  55.      BlocksPerTrack = 11
  56.      Reserved = 2
  57.      Interleave = 0
  58.      LowCyl = 0
  59.      HighCyl = 79
  60.      Bufmemtype = 0
  61. #
  62. VF0: Device = fmsdisk.device
  63.      Unit = 0
  64.      Flags = 1
  65.      Surfaces = 2
  66.      BlocksPerTrack = 11
  67.      Reserved = 2
  68.      Interleave = 0
  69.      LowCyl = 0
  70.      HighCyl = 79
  71.      Bufmemtype = 0
  72. #
  73. DM0: Device = dms.device
  74.      Unit = 0
  75.      Flags = 0
  76.      Surfaces = 2
  77.      BlocksPerTrack = 11
  78.      Reserved = 2
  79.      Interleave = 0
  80.      LowCyl = 0
  81.      HighCyl = 79
  82.      Bufmemtype = 1
  83. #
  84. RAD: Device = ramdrive.device
  85.      Unit = 0
  86.      Flags = 0
  87.      Surfaces = 2
  88.      BlocksPerTrack = 11
  89.      Reserved = 2
  90.      Interleave = 0
  91.      LowCyl = 0
  92.      HighCyl = 79
  93.      Buffers = 5
  94.      BufMemType    = 1
  95. #
  96.